﻿@charset "utf-8";

/****************新增********************/

.cookie {
	background: #0079a8;
	color: #fff;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.cookie .left {
	width: 62.8%;
	float: left;
	height: 123px;
	padding-left: 16.3%;
	padding-right:5%;
	padding-top: 20px;
}

.cookie .left img {
	float: left;
    margin-right: 30px;
    margin-top: 11px;
}

.cookie .left h4 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	font-family: "Source Sans Pro", helvetica, arial, sans-serif;
}

.cookie .left p {
	font-size: 14px;
}

.cookie .right {
	height: 123px;
	width: 37%;
	float: right;
	background: #26bb4a;
	text-align: center;
	padding-top: 45px;
}

.cookie .a-01 {
	line-height: 38px;
	display: block;
	padding-left: 2.3rem;
	padding-right: 2.3rem;
    float:left;
	color: #fff;
	border: 1px #FFF solid;
	border-radius: 5px;
	background: transparent;
	transition: all .5s;
    margin-left: 12%;
}

.cookie .a-01:hover {
	background: #fff;
	color: #0079a8;
}

.cookie .a-02 {
	display:block;
	color: #fff;
	text-decoration: underline;
	margin-left: 25px;
    float:left;
    line-height: 38px;
}


@media(max-width: 1279px) {
	.cookie .left {
		padding-left: 2%;
		padding-right: 2%;
	}
	.cookie .left h4 {
		font-size: 20px;
	}
	.cookie .left p {
		font-size: 14px;
	}
}

@media(max-width: 1199px) {

}

@media(max-width: 991px) {
	.cookie .left {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.5;
	}
	.cookie .left h4 {
		margin-bottom: 0;
		font-size: 14px;
	}
	.cookie .left p {
		font-size: 12px;
	}
	.cookie .left img {
		display: none;
	}
	.cookie .right {
		width: 100%;
		height: auto;
		border: none;
		padding:10px;

	}
	.cookie .a-01 {
        margin-left:0;
        padding:0 2rem;
	}
     
}

.hidden {
	display: none;
}

.u-pr-gamma {
	padding-right: 1rem;
}

.c-button {
	-moz-appearance: none;
	background-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	outline: 0 none;
	padding: 0.6rem 1rem 0.8rem;
	text-align: center;
	transition-duration: 0.2s;
	transition-property: background, color, border;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
}

.c-button:hover,
.c-button:focus {
	text-decoration: none;
}

.c-button:active {
	background-image: none;
	outline: 0 none;
}

.c-button:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.c-button--sm {
	font-size: 0.88889rem;
	padding: 0.45rem 0.8rem 0.5rem 0.7rem;
}

.c-button--block {
	display: block;
	width: 100%;
}

.c-button--alpha {
	background-color: #0078a1;
	border-color: #0078a1;
}

.c-button--alpha,
.c-button--alpha:visited {
	color: #fff;
}

.c-button--alpha:hover,
.c-button--alpha:focus {
	background-color: #008bbb;
	color: #fff;
}

.c-button--alpha:active {
	background-color: #0078a1;
}

.c-button--alpha:disabled:hover {
	background-color: #0078a1;
	border-color: #0078a1;
}

.c-button--beta {
	background-color: #5a646a;
	border-color: #5a646a;
	color: #fff;
}

.c-button--beta,
.c-button--beta:visited {
	color: #fff;
}

.c-button--beta:hover,
.c-button--beta:focus {
	background-color: #717e86;
	border-color: #717e86;
	color: #fff;
}

.c-button--beta:active {
	background-color: #5a5d60;
}

.c-button--beta:disabled:hover {
	background-color: #5a646a;
	border-color: #5a646a;
	color: #fff;
}

.c-alert--cookie {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	align-items: center;
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	justify-content: center;
}

.cookie-action-buttons .hidden {
	display: none;
}